home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / lang_asm / tl263 / updates < prev   
Encoding:
Text File  |  1990-10-17  |  5.2 KB  |  128 lines

  1.  
  2.  
  3.  
  4.      Revision history
  5.      ------------------
  6.  
  7.           You may notice gaps between some revision levels.  The gapped
  8.      levels were never released but I still numbered them anyway to make
  9.      my development tracking more accurate and complete.
  10.  
  11.  
  12.  
  13.      12 Jan 90 Fri
  14.           First distributed copy.
  15.  
  16.      18 Jan 90 Thu : v 1.2.2
  17.         ■ Added timeout warning beep.
  18.         ■ Added timed out key press beeps.
  19.         ■ Enhanced CPASS program.
  20.  
  21.      23 Jan 90 Tue : v 1.2.3
  22.         ■ CPASS altered to append a C/R to password to force user
  23.           to hit enter to complete password.  This was done to reduce
  24.           user confusion about not hitting enter - so make him hit it.
  25.  
  26.      25 Jan 90 Thu : v 1.2.6
  27.         ■ Added pop up window that says "Keyboard Locked. Enter password"
  28.           with single 1/2 second tone when window appears.
  29.         ■ Removed locked keyboard beeps.
  30.  
  31.      29 Jan 90 Mon : v 1.3.2
  32.         ■ Fixed bug with pop up window.
  33.         ■ Fixed timeout warning beep.  Used to beep solid if key struck
  34.           while tone was on.  Not anymore.
  35.         ■ Added code to Cpass giving choice of wether trailing CR on
  36.           password was forced or not.
  37.  
  38.      31 Jan 90 Wed : v 1.4.1
  39.         ■ Fixed stack problem.
  40.  
  41.      03 Feb 90 Sat : v 1.4.2
  42.         ■ Changed color of pop up window.  Made border blink.
  43.  
  44.      05 Fep 90 Mon : v 1.4.3
  45.         ■ New packaging.  Code is same as TimeLock v 1.4.2.
  46.  
  47.      06 Fep 90 Tue : v 1.5.1
  48.         ■ Pop up window/beep is now optional.  Used to always appear.
  49.         ■ Cpass forgot about the CR override ('@' before password)
  50.           if defaulted on subsequent configuration of TimeLock.  Fixed!
  51.           (Cpass remembers that you used @<pw> on last Cpass execution)
  52.  
  53.      18 Feb 90 Sat : v 1.6.1
  54.         ■ Optional instant timeout at program load.  (timelock !)
  55.  
  56.      06 Mar 90 Tue : v 1.6.2
  57.         ■ Fixed:  Passwords entered in upper case during CPASS
  58.           configuration are now properly folded to lower case.  TimeLock
  59.           converts ALL input to lower case.  Although the fix was easy, this
  60.           bug was a major problem to folks who keep CapsLock engaged.
  61.           (An object lesson - don't keep caps lock engaged.  It looks
  62.           childish)
  63.  
  64.      24 Mar 90 Sat : v 2.1.1
  65.         ■ TimeLock completely rewritten.
  66.         ■ Bug Fixed:  Speaker no longer 'ticks' between warning beep and
  67.           lockout.  This was only apparent on some PCs.
  68.  
  69.      10 Apr 90 Tue : v 2.1.3
  70.         ■ TLPatch (formerly cpass) completely rewritten.  MUCH easier to use
  71.           and more flexible!  No longer a sloppy config utility, now 1st rate!
  72.         ■ Pop up window and locked keyboard attention tone now independently
  73.           enabled/disabled.
  74.         ■ Various timers were made user configurable:
  75.           ■ Duration of timeout warning tone.
  76.           ■ Duration of locked keyboard attention tone.
  77.           ■ Time allowed to key in password before automatic queue flush.
  78.         ■ Now detects if already loaded - no duplicate loading.
  79.         ■ Enhanced the instant lockout feature.  'TimeLock !' will instantly
  80.           lock keyboard at either load time or subsequent execution.
  81.  
  82.      11 Apr 90 Tue : v 2.2.2
  83.         ■ Now compatible with Banyan VINES purple 25th line messages!!!
  84.         ■ System clock interrupt # (x'08',x'1C') now user selectable in case
  85.           of interference by other poorly designed software.
  86.         ■ Now works with monochrome adapters (MDA) along with CGA/EGA/VGA.
  87.         ■ Lockout times over 30:00 now work.  Used to instantly lock.
  88.         ■ Minor bugs in TLPatch fixed.
  89.           ■ Long lockout and warning times no longer hang TLPatch.
  90.           ■ Bug with internal user interrupt available detection code fixed.
  91.  
  92.      28 Apr 90 Fri : v 2.3.3
  93.         ■ TLPatch now has scrollable help.  This allows help to be much
  94.           more verbose.
  95.         ■ Fixed an even smaller bug in the TLPatch user interrupt already
  96.           in-use detection code.
  97.         ■ Added an instant lockout hot key.  Actual lockout key is 'L'.
  98.           The multi-key combination pressed and held just prior to the
  99.           lockout key is definable by the user.  Assembler code is now
  100.           in place to make the addition of other hot keys simple.  More
  101.           hot keys may soon follow.
  102.  
  103.      03 May 90 Thu : v 2.3.5
  104.         ■ Fixed multi-key combo configuration code in TLPatch.
  105.         ■ Fixed bug with 'timelock !' instant lockout code - no longer
  106.           crashes.
  107.  
  108.      09 Jul 90 Tue : v 2.6.3
  109.  
  110.         ■ Added confirmation tone when using the hot key lockout.
  111.         ■ Enhanced duplicate load prevention code.
  112.         ■ User must now know old password before being allowed to change.
  113.         ■ TLPatch screwed up Locked/Idle time if a previous argument
  114.           was changed.  fixed.
  115.  
  116.  
  117.  
  118.  
  119.           I know it appears that TimeLock sees many upgrades and fixes.  I
  120.      do this to ensure that people always have the latest version.  I fix
  121.      bugs just as soon as they're discovered or reported and release the
  122.      new version.  I don't pile up fixes for months and then apply them
  123.      but rather get the new code out fast.
  124.  
  125.  
  126.      Thanks for your interest in TimeLock !!!
  127.  
  128.